window: Stop handling dragging and titlebar actions
authorAlexander Mikhaylenko <alexm@gnome.org>
Sat, 2 May 2020 15:37:51 +0000 (20:37 +0500)
committerAlexander Mikhaylenko <alexm@gnome.org>
Thu, 7 May 2020 19:02:08 +0000 (00:02 +0500)
commitf4538839d4285993317fd748ed44b265b603ac54
tree984e73707cad8b83e770120e92c1f11cc31c97bb
parent8ca1e0ddc3efc0d6a26307ec5420e5307d276ea6
window: Stop handling dragging and titlebar actions

Since GtkWindowHandle and GtkHeaderBar do it now, it can be removed from
GtkWindow, along with GTK_WINDOW_REGION_TITLE which at this point doesn't
differ from GTK_WINDOW_REGION_CONTENT.

Closes https://gitlab.gnome.org/GNOME/gtk/-/issues/2689, since
GtkWindowHandle doesn't do that anymore.
gtk/gtkwindow.c